home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / windows / r3basdrw.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.8 KB  |  79 lines

  1.  
  2. // JavaScript wrapper for r3basdrw.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_BASEDRAW_H = 1;
  7. include("real/windows/r3asydrw.js")
  8.  
  9.  
  10. var R3CLID_BASEDRAW = 84;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3BDRWA_GridDraw = 84501;
  19. function SetR3BDRWA_GridDraw(value) {
  20.   R3Set(this.r3obj, R3BDRWA_GridDraw, value, R3TID_BOOLEAN, 0); 
  21. }
  22.  
  23. R3BDRWA_AbsGrid = 84504;
  24. function SetR3BDRWA_AbsGrid(value) {
  25.   R3Set(this.r3obj, R3BDRWA_AbsGrid, value, R3TID_BOOLEAN, 0); 
  26. }
  27.  
  28. R3BDRWA_CoordSys = 84505;
  29. function SetR3BDRWA_CoordSys(value) {
  30.   R3Set(this.r3obj, R3BDRWA_CoordSys, value, R3TID_BOOLEAN, 0); 
  31. }
  32.  
  33. R3BDRWA_ClearMth = 84507;
  34. function SetR3BDRWA_ClearMth(value) {
  35.   R3Set(this.r3obj, R3BDRWA_ClearMth, value, R3TID_INTEGER, 0); 
  36. }
  37.  
  38. R3BDRWA_CoordSys2 = 84508;
  39. function SetR3BDRWA_CoordSys2(value) {
  40.   R3Set(this.r3obj, R3BDRWA_CoordSys2, value, R3TID_BOOLEAN, 0); 
  41. }
  42.  
  43. R3BDRWA_AimPoint = 84509;
  44. function SetR3BDRWA_AimPoint(value) {
  45.   R3Set(this.r3obj, R3BDRWA_AimPoint, value, R3TID_BOOLEAN, 0); 
  46. }
  47.  
  48. R3BDRWA_HotPoint = 84510;
  49. function SetR3BDRWA_HotPoint(value) {
  50.   R3Set(this.r3obj, R3BDRWA_HotPoint, value, R3TID_BOOLEAN, 0); 
  51. }
  52.  
  53. R3BDRWA_Dirty = 84521;
  54. function SetR3BDRWA_Dirty(value) {
  55.   R3Set(this.r3obj, R3BDRWA_Dirty, value, R3TID_BOOLEAN, 0); 
  56. }
  57.  
  58.  
  59.  
  60. function r3Basedraw () { 
  61.    this.base = r3God;
  62.    if(arguments.length) {
  63.       this.base(R3CLID_BASEDRAW, arguments);
  64.    }
  65.    // Methods
  66.  
  67.    // Attributes
  68.    this.SetGridDraw=SetR3BDRWA_GridDraw;
  69.    this.SetAbsGrid=SetR3BDRWA_AbsGrid;
  70.    this.SetCoordSys=SetR3BDRWA_CoordSys;
  71.    this.SetClearMth=SetR3BDRWA_ClearMth;
  72.    this.SetCoordSys2=SetR3BDRWA_CoordSys2;
  73.    this.SetAimPoint=SetR3BDRWA_AimPoint;
  74.    this.SetHotPoint=SetR3BDRWA_HotPoint;
  75.    this.SetDirty=SetR3BDRWA_Dirty;
  76. }
  77.  
  78. r3Basedraw.prototype=new r3Asyncdraw;
  79. // r3basdrw.h_H